home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / ftp / ftpurlfm.dfm / ftpurlfm.txt
Text File  |  1996-04-08  |  1KB  |  72 lines

  1. object Ftpudlg: TFtpudlg
  2.   Left = 200
  3.   Top = 96
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 69
  7.   ClientWidth = 192
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   TextHeight = 16
  16.   object Status: TLabel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 192
  20.     Height = 17
  21.     Alignment = taCenter
  22.     AutoSize = False
  23.   end
  24.   object PaintBox1: TPaintBox
  25.     Left = 20
  26.     Top = 22
  27.     Width = 155
  28.     Height = 15
  29.     Color = clWhite
  30.     ParentColor = False
  31.     OnPaint = PaintBox1Paint
  32.   end
  33.   object counter: TLabel
  34.     Left = 6
  35.     Top = 48
  36.     Width = 44
  37.     Height = 16
  38.     Alignment = taCenter
  39.     AutoSize = False
  40.   end
  41.   object cancel: TButton
  42.     Left = 130
  43.     Top = 42
  44.     Width = 57
  45.     Height = 23
  46.     Caption = 'Cancel'
  47.     TabOrder = 0
  48.     OnClick = cancelClick
  49.   end
  50.   object Ftp1: TFtp
  51.     FtpPort = 21
  52.     TransferMode = BinaryTransfer
  53.     OnFtpInfo = Ftp1FtpInfo
  54.     OnFtpNeedInfo = Ftp1FtpNeedInfo
  55.     OnFtpError = Ftp1FtpError
  56.     BytesTransferred = 0
  57.     TransferTime = 0
  58.     Status = ftpAvailable
  59.     Connected = False
  60.     WinsockStarted = False
  61.     Version = 'TFtp 1.2 SW Beta 3'
  62.     Success = False
  63.     Left = 4
  64.     Top = 14
  65.   end
  66.   object Timer: TTimer
  67.     OnTimer = TimerTimer
  68.     Left = 146
  69.     Top = 8
  70.   end
  71. end
  72.